SftTree/OCX 7.0

DataObjectFiles.Item Property

Softel vdm, Inc.

Returns a specific filename by index from the DataObject.Files collection (sftCFFiles format only).

Syntax       

Get

VB.NET

Item = object.Item(ByVal ItemIndex As Integer)  As String

VB

Item = object.Item(ByVal ItemIndex As Long)  As String

C#.NET

string Item = object[int ItemIndex];

VC++

_bstr_t Item = object->Item[long ItemIndex];
_bstr_t Item = object->GetItem(long ItemIndex);

C

HRESULT object->get_Item(long ItemIndex, BSTR* Item);

Delphi

Item := object.Item[ItemIndex : Integer]   : WideString;

object

A DataObjectFiles object.

ItemIndex

The one-based position of the file name to be retrieved.

Item

Returns a specific filename by index from the DataObject.Files collection (sftCFFiles format only).

Comments

The Item property returns a specific filename by index from the DataObject.Files collection (sftCFFiles format only).

See Also  DataObjectFiles Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com